home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Eveil / Baby Tale / _SETUP.1 / BabyTale.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2001-08-11  |  3KB  |  137 lines

  1. object Form2: TForm2
  2.   Left = 366
  3.   Top = 206
  4.   HelpContext = 1
  5.   BorderStyle = bsNone
  6.   Caption = 'Form2'
  7.   ClientHeight = 241
  8.   ClientWidth = 284
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   HelpFile = 'BabyTale.hlp'
  16.   OldCreateOrder = False
  17.   WindowState = wsMaximized
  18.   OnActivate = FormActivate
  19.   OnKeyDown = FormKeyDown
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Pic: TPicShow
  24.     Left = 10
  25.     Top = 12
  26.     Width = 800
  27.     Height = 600
  28.     Color = clBtnFace
  29.     ParentColor = False
  30.     Picture.Data = {<image000.bmp>}
  31.     Style = 6
  32.     Threaded = False
  33.   end
  34.   object Line1: TLabel
  35.     Left = 52
  36.     Top = 186
  37.     Width = 39
  38.     Height = 18
  39.     Cursor = crHandPoint
  40.     Hint = 'R∩┐╜p∩┐╜ter'
  41.     Caption = 'Line1'
  42.     Color = clNone
  43.     Font.Charset = ANSI_CHARSET
  44.     Font.Color = clBlue
  45.     Font.Height = -16
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentColor = False
  49.     ParentFont = False
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     Transparent = True
  53.     OnClick = Line1Click
  54.   end
  55.   object Line2: TLabel
  56.     Left = 52
  57.     Top = 204
  58.     Width = 39
  59.     Height = 18
  60.     Cursor = crHandPoint
  61.     Hint = 'R∩┐╜p∩┐╜ter'
  62.     Caption = 'Line2'
  63.     Color = clNone
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clBlue
  66.     Font.Height = -16
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentColor = False
  70.     ParentFont = False
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.     Transparent = True
  74.     OnClick = Line2Click
  75.   end
  76.   object Line3: TLabel
  77.     Left = 52
  78.     Top = 222
  79.     Width = 39
  80.     Height = 18
  81.     Cursor = crHandPoint
  82.     Hint = 'R∩┐╜p∩┐╜ter'
  83.     Caption = 'Line3'
  84.     Color = clNone
  85.     Font.Charset = ANSI_CHARSET
  86.     Font.Color = clBlue
  87.     Font.Height = -16
  88.     Font.Name = 'Arial'
  89.     Font.Style = []
  90.     ParentColor = False
  91.     ParentFont = False
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.     Transparent = True
  95.     OnClick = Line3Click
  96.   end
  97.   object Gauche: TImage
  98.     Left = 4
  99.     Top = 198
  100.     Width = 32
  101.     Height = 32
  102.     Cursor = crHandPoint
  103.     Hint = 'Image pr∩┐╜c∩┐╜dente'
  104.     ParentShowHint = False
  105.     Picture.Data = {<image001.ico>}
  106.     ShowHint = True
  107.     OnMouseDown = GaucheMouseDown
  108.     OnMouseUp = GaucheMouseUp
  109.   end
  110.   object Droite: TImage
  111.     Left = 224
  112.     Top = 202
  113.     Width = 32
  114.     Height = 32
  115.     Cursor = crHandPoint
  116.     Hint = 'Image suivante'
  117.     ParentShowHint = False
  118.     Picture.Data = {<image002.ico>}
  119.     ShowHint = True
  120.     OnMouseDown = DroiteMouseDown
  121.     OnMouseUp = DroiteMouseUp
  122.   end
  123.   object Quitter: TImage
  124.     Left = 4
  125.     Top = 176
  126.     Width = 30
  127.     Height = 16
  128.     Cursor = crHandPoint
  129.     Hint = 'Quitter l'#39'histoire'
  130.     ParentShowHint = False
  131.     Picture.Data = {<image003.ico>}
  132.     ShowHint = True
  133.     OnMouseDown = QuitterMouseDown
  134.     OnMouseUp = QuitterMouseUp
  135.   end
  136. end
  137.